home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _8d6bb243b250229ff8c30a03ac61821e < prev    next >
Encoding:
Text File  |  2002-06-17  |  340 b   |  14 lines

  1. # NOTE: Derived from ../LIB\Getopt\Long.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Getopt::Long;
  5.  
  6. #line 1014 "../LIB\Getopt\Long.pm (autosplit into ..\lib\auto\Getopt\Long\config.al)"
  7. # Deprecated name.
  8. sub config (@) {
  9.     Configure (@_);
  10. }
  11.  
  12. # end of Getopt::Long::config
  13. 1;
  14.